const github.com/klauspost/compress/zstd.tableOffsets
10 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L565: case tableOffsets:
blockenc.go#L684: ofEnc, m = chooseComp(ofEnc, b.coders.ofPrev, &fsePredefEnc[tableOffsets])
blocktype_string.go#L72: _ = x[tableOffsets-1]
dict.go#L121: if err := readDec(tableOffsets, d.ofDec.fse); err != nil {
enc_best.go#L49: ofTT, mlTT := fsePredefEnc[tableOffsets].ct.symbolTT[ofc], fsePredefEnc[tableMatchLengths].ct.symbolTT[mlc]
fse_predefined.go#L30: maxTableSymbol = [3]uint8{tableLiteralLengths: maxLiteralLengthSymbol, tableOffsets: maxOffsetLengthSymbol, tableMatchLengths: maxMatchLengthSymbol}
fse_predefined.go#L33: bitTables = [3][]byte{tableLiteralLengths: llBitsTable[:], tableOffsets: nil, tableMatchLengths: mlBitsTable[:]}
fse_predefined.go#L41: tableOffsets tableIndex = 1
fse_predefined.go#L107: symbolTableX[tableOffsets] = tmp
fse_predefined.go#L121: case tableOffsets:
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |